home *** CD-ROM | disk | FTP | other *** search
/ Hot Metal Pro 4.0 / Hot Metal Pro 4.0.iso / HMPRO4 / vdk / msaardk.exe / MSAARDK1.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1997-04-30  |  1.4 KB  |  55 lines

  1. ; Active Accessibility Core File installer - RDK version
  2. [version]
  3. signature="$CHICAGO$"
  4. AdvancedINF=2.5,"You need a new version of advpack.dll"
  5.  
  6. [DefaultInstall]
  7. CopyFiles=AXAccessSysCore.Copy,MSAABackup.Copy
  8. RunPreSetupCommands=RunPreSetupCommandsSection
  9.  
  10. [RunPreSetupCommandsSection]
  11. msaabak.exe
  12.  
  13. [DefaultInstall.NT]
  14. ; Right now, we do not install on NT - Puts up error
  15. CustomDestination = NTError
  16.  
  17. [DestinationDirs]
  18. AXAccessSysCore.Copy = 11; Core components being replaced in \windows\system
  19. MSAABackup.Copy = 11,msaabak; Copy readme to \windows\system\massbak
  20.  
  21. [SourceDisksNames]
  22. 1="%SHORTDESC%",,1
  23.  
  24. [AXAccessSysCore.Copy]
  25. ; 1 = copyfiles: Warn skip delfiles: del on reboot if in use
  26. ; 2 = Setup critical, do not allow skip
  27. ; 4 = Ignore version check, always copy
  28. ; 8 = Force rename
  29. ; 16 = No copy if already exists
  30. ; 32 = Suppress version conflict dialog and don't overwrite newer files
  31. gdi.exe,,,11
  32. gdi32.dll,,,11
  33. user.exe,,,11
  34. user32.dll,,,11
  35. oleaut32.dll,,,3
  36. stdole2.tlb,,,3
  37. comctl32.dll,,,3
  38. oleacc.dll,,,3
  39.  
  40. [MSAABackup.Copy]
  41. readme.txt,,,5
  42.  
  43. [NTError]
  44. ; Force an error if this INF is run on Windows NT
  45. 49100=NTDir,6
  46.  
  47. [NTDir]
  48. "","","",'%NO_NT_ERROR%',""
  49.  
  50. [Strings]
  51. ;The following string can NOT be localized
  52. SHORTDESC    = "MSAASDK"
  53. ; Display an error if this is run on Windows NT
  54. NO_NT_ERROR     = "Active Accessibility will not run on this version of Windows NT."
  55.